Skip to main content

DescribePropertyPortDiff

Description

No description for this api.

Request Method

POST

Request Path

/apsara/route/aegis/DescribePropertyPortDiff

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
PageSizeBODYintegerNoNo sample value for this parameter.specifies the maximum number of records per page in the returned result. default value: 20
IpBODYstringNoNo sample value for this parameter.host asset IP.
PortBODYstringNoNo sample value for this parameter.port number.
ProcNameBODYstringNoNo sample value for this parameter.process name.
versionBODYstringNo2016-01-01version of api
DiffStatusBODYstringNoNo sample value for this parameter.Change type, value range: start: indicates startup stop: means stop
RemarkBODYstringNoNo sample value for this parameter.host asset IP or instance name. description supports fuzzy matching.
UuidBODYstringNoNo sample value for this parameter.host asset UUID.
CurrentPageBODYintegerNoNo sample value for this parameter.specifies the number of pages currently returned. default value: 1
ExtendBODYstringNoNo sample value for this parameter.Whether to use fuzzy matching search for Port parameters, the value range: 1: indicates the use of 0: indicates that is not used
TagIdListStringBODYstringNoNo sample value for this parameter.host asset tag ID.
regionIdBODYstringYesNo sample value for this parameter.region id

Return data

NameTypeSample valueDescription
RequestIdstringno demo valuerequest ID.
PageSizeintegerno demo valuepage displays the maximum number of records.
Ipstringno demo valuehost asset IP.
ProcNamestringno demo valueprocess name.
Portstringno demo valueport number.
DiffKeyListstringno demo valueport change fields, such as Proto, ProcName, BindIp.
DiffStatusstringno demo valueChange type: start: indicates startup stop: means stop
InstanceNamestringno demo valuehost instance name.
TotalCountintegerno demo valuetotal number of records returned.
Uuidstringno demo valuehost asset UUID.
Protostringno demo valuenetwork protocols, such as TCP and UDP.
CurrentPageintegerno demo valuecurrently returns page number.
Createstringno demo valueport opening time.
BindIpstringno demo valueIP bound to the port.
PropertyPortDiffsarrayno demo valuemonitor port changes. see the following parameter description for specific sub-items.

Example

Successful Response example

{
"RequestId":"no demo value",
"PageSize":"no demo value",
"Ip":"no demo value",
"ProcName":"no demo value",
"Port":"no demo value",
"DiffKeyList":"no demo value",
"DiffStatus":"no demo value",
"InstanceName":"no demo value",
"TotalCount":"no demo value",
"Uuid":"no demo value",
"Proto":"no demo value",
"CurrentPage":"no demo value",
"Create":"no demo value",
"BindIp":"no demo value",
"PropertyPortDiffs":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}